home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 34.zip / BS1 part 34 / FredFish PD 309.adf / Bind / bindfile < prev    next >
Text File  |  1990-01-21  |  457b  |  24 lines

  1. # Aztec C small code/data
  2. Aztec:
  3.     Comment = Aztec C small code/data
  4.     StackOffset = 4
  5.     SaveRegs = d4-d7/a2-a5
  6.     Assembler = as $A -o $O
  7.     Librarian = lb $L $O
  8.  
  9. # Aztec C large code/data
  10. AztecL:
  11.     Comment = Aztec C large code/data
  12.     StackOffset = 4
  13.     Saveregs = d4-d7/a2-a5
  14.     Assembler = as -cd $A -o $O
  15.     Librarian = lb $L $O
  16.  
  17. # Lattice C
  18. Lattice:
  19.     Comment = Lattice C
  20.     StackOffset = 4
  21.     SaveRegs = d2-d7/a2-a6
  22.     Assembler = assem $A -o $O
  23.     Librarian = join $O as $L
  24.